removeAccessibilityAction

open fun removeAccessibilityAction(@NonNull view: View, actionId: Int)(source)

Removes an accessibility action that can be performed on a node associated with a view. If the action was not already added to the view, calling this method has no effect.

Parameters

view

The view

actionId

The actionId of the action to be removed.